home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / audio-video / mediacenter / MediaCenter120207.exe / Media Jukebox / Visualizations / Track Info / Noire / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-04-03  |  1.3 KB  |  58 lines

  1. /* At-Rules */
  2. @charset "iso-8859-1";
  3.  
  4. /* author: Johanne ChainΘ 
  5.  Creation date: 11/6/2006 */
  6. table, td, span {font-family: arial, tahoma;   font-size: 30px;   color: rgb(255, 255, 255);}
  7.  
  8. a:link {color: rgb(255,255,255);   text-decoration: none;}
  9. a:visited {color: rgb(98,98,98);   text-decoration: none;}
  10. a:hover {color: rgb(50,150,230);   text-decoration: underline;}
  11. a:active {color: rgb(255,255,255);   text-decoration: none;}
  12.  
  13. #corner{
  14.         background-image: url(corner.gif);
  15.         background-repeat: no-repeat;
  16.         background-position: right top;
  17. }
  18. .info {
  19.         color: rgb(255,255,255);
  20.         width: 100%;
  21.         padding-left: 4px;
  22.         padding-right: 4px;
  23. }
  24. .title {
  25.         font-size: 50px;
  26.         font-weight: bold;
  27.         padding-left: 4px;
  28.         padding-right: 4px;
  29.         color: rgb(250, 250, 250);
  30. }
  31. .artist {
  32.         font-size: 35px;
  33.         font-weight: bold;
  34.         color: rgb(200,200,200);
  35.         padding-left: 4px;
  36.         padding-right: 4px;
  37. }
  38. .tracka {
  39.         color: rgb(185,185,185);
  40.         font-weight: bold;
  41.         padding-left: 4px;
  42.         padding-right: 4px;
  43. }
  44. .trackb {
  45.         color: rgb(240,240,240);
  46.         font-weight: bold;
  47.         padding-left: 4px;
  48.         padding-right: 4px;
  49. }
  50. .albumart {
  51.         top: 0 px;
  52.         left: 0 px;
  53. }
  54. .album {
  55.       max-width: 600px;
  56. }
  57.  
  58. /* End of style section. Generated by AceHTML at 11/6/2006 1:30:30 PM */